home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFREGISTRATION / TFREGISTRATION.txt
Text File  |  2004-05-31  |  2KB  |  125 lines

  1. object fRegistration: TfRegistration
  2.   Left = 357
  3.   Top = 234
  4.   BorderStyle = bsDialog
  5.   Caption = 'fRegistration'
  6.   ClientHeight = 284
  7.   ClientWidth = 466
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object bvlTop: TBevel
  20.     Left = 0
  21.     Top = 114
  22.     Width = 464
  23.     Height = 6
  24.     Shape = bsTopLine
  25.   end
  26.   object shpTop: TShape
  27.     Left = 0
  28.     Top = 0
  29.     Width = 466
  30.     Height = 114
  31.     Align = alTop
  32.     Pen.Style = psClear
  33.   end
  34.   object imgLogo: TImage
  35.     Left = 47
  36.     Top = 41
  37.     Width = 287
  38.     Height = 66
  39.     AutoSize = True
  40.     Transparent = True
  41.   end
  42.   object imgBradsoft: TImage
  43.     Left = 47
  44.     Top = 10
  45.     Width = 171
  46.     Height = 27
  47.     Cursor = crHandPoint
  48.     AutoSize = True
  49.     Transparent = True
  50.   end
  51.   object lblRegName: TLabel
  52.     Left = 36
  53.     Top = 129
  54.     Width = 62
  55.     Height = 13
  56.     Caption = 'Licensed To:'
  57.     Transparent = True
  58.   end
  59.   object lblRegKey: TLabel
  60.     Left = 36
  61.     Top = 177
  62.     Width = 161
  63.     Height = 13
  64.     Caption = 'Registration Key or Serial Number:'
  65.     Transparent = True
  66.   end
  67.   object bvlBottom: TBevel
  68.     Left = 0
  69.     Top = 234
  70.     Width = 466
  71.     Height = 50
  72.     Align = alBottom
  73.     Shape = bsTopLine
  74.   end
  75.   object txtRegName: TEdit
  76.     Left = 36
  77.     Top = 145
  78.     Width = 393
  79.     Height = 22
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clWindowText
  82.     Font.Height = -11
  83.     Font.Name = 'Courier New'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     TabOrder = 0
  87.     OnChange = txtRegChange
  88.   end
  89.   object txtRegKey: TEdit
  90.     Left = 36
  91.     Top = 193
  92.     Width = 393
  93.     Height = 22
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clWindowText
  96.     Font.Height = -11
  97.     Font.Name = 'Courier New'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     TabOrder = 1
  101.     OnChange = txtRegChange
  102.   end
  103.   object btnOK: TButton
  104.     Left = 272
  105.     Top = 249
  106.     Width = 75
  107.     Height = 25
  108.     Caption = '&Activate'
  109.     Default = True
  110.     Enabled = False
  111.     TabOrder = 2
  112.     OnClick = btnOKClick
  113.   end
  114.   object btnCancel: TButton
  115.     Left = 352
  116.     Top = 249
  117.     Width = 75
  118.     Height = 25
  119.     Cancel = True
  120.     Caption = 'Cancel'
  121.     ModalResult = 2
  122.     TabOrder = 3
  123.   end
  124. end
  125.